home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / com / exechost / xh-exe.exe / PACK.DOC < prev    next >
Text File  |  1993-11-10  |  2KB  |  60 lines

  1.                     MESSAGE BASE PACKER FOR EXECUTIVE HOST
  2.                              Version 3.50
  3.  
  4.                     This program is declared to be in the
  5.                             PUBLIC DOMAIN
  6.                                 by
  7.                       The author, Steve Wood
  8.  
  9.   PACK.EXE will pack all of your conference message.txt files by
  10.   removing all messages that have been deleted.  Also the .NDX file
  11.   will be rebuilt.  This will keep your message base small and
  12.   manageable, as well as speed up the operation of Executive Host.
  13.  
  14.    It can check for unread messages and  will not remove unread
  15.    messages directed to a specific user depending on the
  16.    environment variable XPURGE=.  If this variable is equal to KEEP,
  17.    then messages directed to one of your users that is still unread
  18.    will not be deleted.  The default is not to KEEP.
  19.  
  20.   You  control the number of retained messages with a command
  21.   line parameter.
  22.                    PACK.EXE   5  220
  23.  
  24.   The above line will pack conference 5 and retain 220 messages in
  25.   the conference.  This number of messages to save may be up
  26.   to 999999.  If you use the word, ALL, for the conference, then all
  27.   conferences will be packed.
  28.  
  29.                     PACK.EXE  ALL  100
  30.  
  31.   The above line will pack all conferences keeping only 100 messages
  32.   per conference.
  33.  
  34.  
  35.  
  36.   SETUP:
  37.  
  38.  
  39.   You must declare the location of your BBS in the XHOST
  40.   environment variable.  This variable MUST NOT end in a '\'.
  41.  
  42.      Valid Commands:     SET XHOST = T:
  43.                          SET XHOST = C:\TELIX
  44.  
  45.      Invalid Commands:   SET XHOST = T:\
  46.                          SET XHOST = C:\TELIX\
  47.  
  48.   This program creates a MESSAGE.NEW file as it is purging
  49.   messages.  After purging, any MESSAGE.BAK files are deleted.
  50.   The MESSAGE.TXT used as input is renamed to MESSAGE.BAK and
  51.   the MESSAGE.NEW is renamed to MESSAGE.TXT.
  52.  
  53.   This program also a creates  a MESSAGE.NXX file as it is purging
  54.   messages.  After purging, any MESSAGE.BKX files are deleted.
  55.   The MESSAGE.NDX used as input is renamed to MESSAGE.BKX and
  56.   the MESSAGE.NXX is renamed to MESSAGE.NDX.
  57.  
  58.   If you have any suggestions or need support you may reach me
  59.   at:              The WOODSHED (704) 847-8177.
  60.